IsRegistered<T>() Method

Summary
Determines whether a validator with the specified type is registered.
Syntax
C#
VB
C++
public static bool IsRegistered<T>() 
  
Public Overloads Shared Function IsRegistered(Of T As ICommandRequestValidator)() As Boolean 
public: 
static bool IsRegisteredgeneric<typename T> 
();  
where T: ICommandRequestValidator 

Type Parameters

T
The type of validator to check.

Return Value

true if this validator type is registered; otherwise, false.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.